home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Finnish (N-1.2.2) / Ohjeita / Ohjeita / background_26523.txt < prev    next >
Text File  |  1989-01-30  |  2KB  |  90 lines

  1. -- background: 26523 from stack: in
  2. -- bmap block id: 170715
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: intro
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   global gotoSamples
  9.   put true into goToSamples
  10.   hide menuBar
  11.   hide message box
  12. end openBackground
  13.  
  14. on newCard
  15.   --this blocks the stack's on newCard script
  16.   --We don't have a "map coords" field in this background
  17. end newCard
  18.  
  19. On CloseBackground
  20.   show menuBar
  21. end CloseBackground
  22.  
  23.  
  24.  
  25. -- part 4 (button)
  26. -- low flags: 00
  27. -- high flags: 0000
  28. -- rect: left=254 top=283 right=306 bottom=282
  29. -- title width / last selected line: 0
  30. -- icon id / first selected line: 1013 / 1013
  31. -- text alignment: 1
  32. -- font id: 0
  33. -- text size: 12
  34. -- style flags: 0
  35. -- line height: 16
  36. -- part name: 
  37. ----- HyperTalk script -----
  38. on mouseUp
  39.   visual effect scroll left
  40.   go to next card
  41. end mouseUp
  42.  
  43.  
  44.  
  45. -- part 1 (field)
  46. -- low flags: 00
  47. -- high flags: 0000
  48. -- rect: left=66 top=77 right=291 bottom=475
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 0 / 0
  51. -- text alignment: 0
  52. -- font id: 3
  53. -- text size: 14
  54. -- style flags: 0
  55. -- line height: 18
  56. -- part name: 
  57.  
  58.  
  59. -- part 5 (button)
  60. -- low flags: 00
  61. -- high flags: 0000
  62. -- rect: left=215 top=283 right=306 bottom=244
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 1014 / 1014
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: 
  71. ----- HyperTalk script -----
  72. on mouseUp
  73.   visual effect scroll right
  74.   go to previous card
  75. end mouseUp
  76.  
  77.  
  78. -- part 8 (field)
  79. -- low flags: 01
  80. -- high flags: 0000
  81. -- rect: left=63 top=47 right=72 bottom=472
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 0
  85. -- font id: 3
  86. -- text size: 18
  87. -- style flags: 8448
  88. -- line height: 24
  89. -- part name: 
  90.